const internal/sync.mutexStarving
11 uses
internal/sync (current package)
mutex.go#L28: mutexStarving
mutex.go#L78: if old&(mutexLocked|mutexStarving) != 0 {
mutex.go#L104: if old&(mutexLocked|mutexStarving) == mutexLocked && runtime_canSpin(iter) {
mutex.go#L119: if old&mutexStarving == 0 {
mutex.go#L122: if old&(mutexLocked|mutexStarving) != 0 {
mutex.go#L130: new |= mutexStarving
mutex.go#L141: if old&(mutexLocked|mutexStarving) == 0 {
mutex.go#L152: if old&mutexStarving != 0 {
mutex.go#L167: delta -= mutexStarving
mutex.go#L206: if new&mutexStarving == 0 {
mutex.go#L215: if old>>mutexWaiterShift == 0 || old&(mutexLocked|mutexWoken|mutexStarving) != 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |